.top{
    width: 100%;
    height: 50px;
    min-width: 1200px;
    line-height: 50px;
    background: url(../images/topBg.jpg);
}
.topIn{
	width: 1200px;
	margin: auto;
	font-size: 14px;
}
.topIcon{
	color: #93693e;
}
.topIn>div:last-child{
	color: #881d23;
}
/*logo*/
.logo{
	width: 100%;
	height: 106px;
	padding-top: 10px;
}
/*导航*/
.nav{
	width: 100%;
	min-width: 1200px;
	height: 60px;
	background: url(../images/navBg.jpg);
	font-size: 18px;
}
.nav>div>ul>li{
	float: left;
}
.nav>div>ul>li>a{
	line-height: 60px;
	display: inline-block;
	padding: 0 14px;
	color: #b7937f;
}
.nav>div>ul>li>a:hover{
	background: #e60012;
}
/*banner*/
.banner{
	width: 100%;
	min-width: 1200px;
}
.banner>img{
	width: 100%;
}
/*当前位置*/
.dqwz{
	width: 100%;
	min-width: 1200px;
	margin-top: 50px;
}
.dqwz>div>p{
	border-bottom: 1px solid red;
	height: 39px;
	line-height: 38px;
	box-sizing: border-box;
}
.dqwz>div>p>span{
	color: #a9292f;
}
.dqwz>div>p>span:first-child{
	display: inline-block;
	width: 170px;
	height: 38px;
	background: url(../images/nav-bg.png) no-repeat;
	color: #fff;
	font-size: 16px;
	padding-left: 30px;
}
.dqwz>div>p>img{
	margin-right: 10px;
}
/*main*/
.box{
	width: 100%;
	min-width: 1200px;
	padding-top: 20px;
}
.box>div>div{
	padding: 20px;
}
.box>div>p,.box>div>h1{
	text-align: center;
	margin:20px;
}
.box>div>div>p>img{
	display: block;
	margin: auto;
}
.box>div>p{
	color: #888;
	border-bottom: 1px solid #ccc;
}
/*footer*/
.footer{
	width: 100%;
	padding: 20px 0;
	min-width: 1200px;
	background: #313131;
	text-align: center;
	color: #828282;
}
.footer>p>a{
	color: #fff;
}